Class symantec.itools.db.beans.brl.adapter.editors.ValidIntroPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidIntroPage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.ValidIntroPage

public class ValidIntroPage
extends WizardPanel
Introductory page for the validation bean wizard

Version:
1.0 07/31/98
Author:
Puru Balakrishnan

Variable Index

 o actLis
 o firstTime
 o imageLabel
 o indivStepsText
 o introText
 o showCheckBox
 o textPanel
 o vcafeAttr

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidIntroPage(ValidWizardController)

Method Index

 o buildIndivStepsText()
 o buildInstrucText()
 o cancel()
 o entering()
 o exiting()
 o initControls()
 o main(String[])

Variables

 o actLis
protected java.awt.event.ActionListener actLis
 o firstTime
protected boolean firstTime
 o imageLabel
protected com.sun.java.swing.JLabel imageLabel
 o indivStepsText
protected com.sun.java.swing.JTextArea indivStepsText
 o introText
protected com.sun.java.swing.JTextArea introText
 o showCheckBox
protected com.sun.java.swing.JCheckBox showCheckBox
 o textPanel
protected com.sun.java.swing.JPanel textPanel
 o vcafeAttr
protected com.symantec.itools.vcafe.openapi.Attributes vcafeAttr

Constructors

 o ValidIntroPage
protected ValidIntroPage(ValidWizardController c)

Methods

 o buildIndivStepsText
protected java.lang.String buildIndivStepsText()
 o buildInstrucText
protected java.lang.String buildInstrucText()
 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o initControls
protected void initControls()
 o main
public static void main(String[] args)

All Packages  Class Hierarchy  This Package  Previous  Next  Index